* profiler.c (handle_profiler_signal): Inhibit pending signals too,
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Oct 2012 05:52:49 +0000 (22:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 4 Oct 2012 05:52:49 +0000 (22:52 -0700)
commitcdaef5d5e95d89202656cd0d70191ee61800f430
tree886a2dd6994fa51681dc69988a753ecd109301a6
parentd8e0c55cdb0aa8dab3c3164ac8208af4dcdcaea4
* profiler.c (handle_profiler_signal): Inhibit pending signals too,

to avoid similar races.
* keyboard.c (pending_signals): Now bool, not int.
src/ChangeLog
src/keyboard.c
src/lisp.h
src/profiler.c